home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / emulators / emplant / 586dx21 / changes.txt < prev    next >
Encoding:
Text File  |  1978-11-24  |  3.0 KB  |  67 lines

  1.  
  2. Changes to v2.1 (06/12/95)
  3. --------------------------------------------------------------------------
  4. * Corrected problem with hard drive size limitation... however...
  5.   ALL AMIGADOS PARTITIONS *MUST* BE RE-FORMATTED AND SETUP.
  6.   Unfortunately, there is no way around this.  HardFiles still work
  7.   as before.. this effects ONLY standard partitions.
  8.  
  9.   You can create a HardFile, backup your existing partition(s) using
  10.   the older (v2.0) software, install this new version, setup the
  11.   partition, and then restore the original files from the HardFile to
  12.   the newly setup partition.  Yes, it is a pain, but there is no
  13.   way to implement the new (better) code without this hassle.
  14.  
  15. * New empdisc.device.  Due to various problems with users trying to
  16.   setup a controlling SCSI device with empdisc.device, things have
  17.   changed to make it easier.  In your s:startup-sequence, locate the
  18.   line 'BindDrivers' and add the following line BEFORE it.
  19.  
  20.    setenv CD_Control "xxxx.device"
  21.  
  22.   ...where the "xxxx.device" is the name of your SCSI controller's
  23.   device driver.  Examples would be:
  24.  
  25.   setenv CD_Control "warpdrive.device"    ...for WARP Engine boards
  26.   setenv CD_Control "gvpscsi.device"      ...for GVP SCSI controllers
  27.   setenv CD_Control "IVS_SCSI.device"     ...for IVS SCSI controllers
  28.   setenv CD_Control "scsi.device"         ...for CBM SCSI controllers
  29.  
  30.   It is VERY IMPORTANT that you put double-quote ("") marks around the
  31.   device name.
  32.  
  33. * Added parallel port (printer) support.  You can now print under
  34.   DOS and Windows, including PostScript (requires appropriate printer
  35.   driver software for the PC side).
  36.  
  37. * New uuibios.library.  Added enhanced support for CD-ROM drives.
  38.   When using EMPCDROM.SYS (our PC sided CD-ROM driver), the I: option
  39.   is no longer required.  If you do not specify a controlling SCSI
  40.   device driver, the default driver setup with the SETENV (see above)
  41.   will be used.  This allows SCSI device drivers that have names
  42.   that are both upper and lower case to work.  Unless you want
  43.   to deliberately over-ride the default controlling SCSI device
  44.   driver, we recommend that you omit the I: option.
  45.  
  46. * New EMPANSI.SYS.  Corrected a problem with ANSI color sequences.
  47.  
  48. * New EMPCDROM.SYS.  Added support for using default SCSI device
  49.   driver when the I: option is not used.
  50.  
  51. * Corrected problems with EMM386.  MemMaker works properly now.
  52.   If you can help it, do not use EMM386.  There is NO advantage
  53.   of using it other than having slightly more standard memory.
  54.   The speed of the emulation will drop to 30% of the normal
  55.   speed when the PC's MMU is enabled.  We are going to start
  56.   using the Amiga's MMU to emulate the PC's MMU, which will
  57.   return the speed back to normal (but that *will* require a
  58.   machine with an MMU).
  59.  
  60. * Seperated MMU and protected mode code.  Any application
  61.   running in protected mode (DOOM, DARK FORCES, WOLF3D, etc.)
  62.   will run faster than before.
  63.  
  64. * Corrected interrupt swamping problem.  Those that had
  65.   'Internal Stack Overflow' messages should be thrilled.  :-)
  66.  
  67.